home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / image / 30arieel.zip / ARIEEL.PKG < prev    next >
Text File  |  1996-11-03  |  3KB  |  118 lines

  1. **********************************************************************
  2. *
  3. *  Arieel C 3.00
  4. *
  5. *  (C) Copyright Andreas Haack 1995 - 1996. All rights reserved.
  6. *
  7. **********************************************************************
  8.  
  9. *---------------------------------------------------------------------
  10. *  Service level
  11. *---------------------------------------------------------------------
  12.  
  13. SERVICELEVEL
  14.    LEVEL = '00300'
  15.  
  16. *---------------------------------------------------------------------
  17. *  DISK entry for each diskette needed.
  18. *---------------------------------------------------------------------
  19.  
  20. DISK
  21.    NAME = 'Arieel - Archive/Disk 1',
  22.    VOLUME = 'ARIEEL1'
  23.  
  24. * Define the default directories and labels to appear in the
  25. * Install - Directories window.
  26.  
  27.  
  28. PATH
  29.    FILE = '/Arieel',
  30.    FILELABEL = 'Arieel directory'
  31.  
  32.  
  33. ************************************************************
  34. *               C O M P O N E N T     O N E                *
  35. * -------------------------------------------------------- *
  36. *                   Arieel C 3.0                        *
  37. *                                                          *
  38. * This component is required by the other components       *
  39. * and is installed when one of the others is installed.    *
  40. ************************************************************
  41. *
  42. * Define the 'Inventory Accounting' component.
  43. * All files after this COMPONENT entry but before the next
  44. * COMPONENT entry are part of 'Inventory Accounting'.
  45. COMPONENT
  46.    NAME = 'Arieel C 3.0',
  47.    ID = 'ARIEELBS',
  48.    DISPLAY = 'YES',
  49.    SIZE = '1440000',
  50.    DELETE = 'YES'
  51.  
  52.    * Define the name of this component as you want it to
  53.    * appear in the components list.
  54.    * Define an ID for this component.
  55.    * Do not display this component in the components list.
  56.    * Define the amount of space on the workstation required
  57.    * to install this component.
  58.    * This component does not have a DESCRIPTION because
  59.    * it is not displayed.
  60.  
  61. PACKFILE
  62.    UNPACK = 'YES',
  63.    SOURCE = 'DRIVE:Arieel.@',
  64.    VOLUME = 'ARIEEL1',
  65.    ID = 'FILES'
  66.  
  67.  
  68.  
  69. * Create a folder to contain the icons.
  70. * The folder uses the system provided folder icon.
  71. FILE
  72.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  73.    EXITIGNOREERR = 'NO',
  74.    EXIT = 'CREATEWPSOBJECT WPFolder "Arieel C 3.0" <WP_DESKTOP> R "OBJECTID=<WPH_ARIEEL>;OPEN=DEFAULT;BACKGROUND=(none),,,C,0 206 0;ICONFILE=IconsAriell.ico;"'
  75.  
  76.  
  77. FILE
  78.    EXITWHEN = 'DELETE',
  79.    EXITIGNOREERR = 'YES',
  80.    EXIT = 'DELETEWPSOBJECT <WPH_ARIEEL>'
  81.  
  82. INCLUDE
  83.    NAME = 'DRIVE: ARIPRGM.PKG'
  84.  
  85. INCLUDE
  86.     NAME = 'DRIVE: ARIWPS.PKG'
  87.  
  88. INCLUDE
  89.    NAME = 'DRIVE: ARILOC.PKG'
  90.  
  91.  
  92. ************************************************************
  93. *               C O M P O N E N T     T W O                *
  94. * -------------------------------------------------------- *
  95. *              Add Arieel Components                       *
  96. *                                                          *
  97. ************************************************************
  98.  
  99. COMPONENT
  100.    NAME = 'Add Arieel Components (Requires Authorization)',
  101.    ID = 'ADDCOMPO',
  102.    REQUIRES = 'ARIEELBS',
  103.    DESCRIPTION = 'Requires Authorization',
  104.    DISPLAY = 'YES',
  105.    SIZE = '20000',
  106.    DELETE = 'NO',
  107.    SHARED = 'NO'
  108.  
  109.  
  110.  
  111. FILE
  112.    EXITWHEN = 'INSTALL || UPDATE || RESTORE',
  113.    EXITIGNOREERR = 'NO',
  114.    EXIT = 'EXEC BG TW %EPFIFILEDIR%//Bin//ariextra.exe'
  115.  
  116.  
  117.  
  118.